| | |
| | | console.log(rs); |
| | | }); |
| | | } |
| | | |
| | | // 测试SG |
| | | function toSG() { |
| | | var data = { ids: [1523, 1525] }; |
| | | ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) { |
| | | alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); |
| | | console.log(rs); |
| | | }); |
| | | } |
| | | </script> |
| | | </head> |
| | | <body> |
| | |
| | | <input type="button" value="测试Rvt" onclick="convert1();" /> |
| | | <input type="button" value="测试Fbx" onclick="convert2();" /> |
| | | <input type="button" value="测试Ifc" onclick="convert3();" /> |
| | | <input type="button" value="测试SG" onclick="toSG();" /> |
| | | </body> |
| | | </html> |