1 2 3 4 5 | JSContext *cx; . . . cx = JS_NewContext(rt, 8192); |
1 2 3 4 5 6 | <?xml encoding="US-ASCII"?> <!ELEMENT order (header,item+,price)> <!ELEMENT header (billing,shipping)> <!ELEMENT billing (name,address,creditCard)> <!ELEMENT shipping (name,address)> <!ELEMENT name EMPTY> |
1 2 3 4 5 | JSBool builtins; . . . builtins = JS_InitStandardClasses(cx, glob); |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |