源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="appml.css" /> </head> <body> <h1>My First Application</h1> <div id="Place01"></div> <script src="appml.js"></script> <script> obj=new AppML("https://www.248k.com/try/appml/appml.php","./Models/cd_from_txt.xml"); obj.run("Place01"); </script> </body> </html>
运行结果: