编辑下面的代码:【加编码】
<html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="/demo/appml.css"> </head> <body> <h1>My First Application</h1> <div id="Place01"></div> <script src="/demo/appml.js"></script> <script> obj=new AppML("/try/appml/appml.php","./Models/cd_from_xml.xml"); obj.run("Place01"); </script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂