UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

39 lines (33 loc) 1.19 kB
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="Cache-Control" content="no-cache,no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <title>JSDK Example</title> <link rel="shortcut icon" href="#" /> <script src="/jsdk/dist/jscore.js"></script> <script src="/jsdk/dist/jsdk-config.js?_=25"></script> </head> <body> <div class="container"> <hr> <h5>Local I18N Resource</h5> <div id="up1"></div> <br> <button id="up1-btn1">Chinese</button> <button id="up1-btn2">English</button> <hr> <h5>Remote I18N Resource</h5> <div id="up2"></div> <br> <button id="up2-btn1">Chinese</button> <button id="up2-btn2">English</button> </div> <script src="../../env.js"></script> <script src="uploader-i18n.js"></script> </body> </html>