file-jsvm
hello word!
code
<uieip type="page" value="base"></uieip>
<uieip type="reg" value="console"></uieip>
<html lang="zh">
<head>
<uieip type="file" value="inc" src="/jsvm/inc/head.html"></uieip>
<title>file-jsvm</title>
<meta name="keywords" content="yuanqi ltd.">
</head>
<body>
<uieip type="file" value="exec" src="/jsvm/inc/title_exec.html"></uieip>
<div class="container">
<h1>file-jsvm</h1>
<uieip>helloword("word")</uieip>
<uieip type="file" value="jsvm" src="hello.js" cache="true" minute="2"></uieip>
<h4 style="margin-top: 40px;">code</h4>
<uieip type="file" value="code" src="jsvm.html"></uieip>
<h4>hello.js</h4>
<uieip type="file" value="code" src="hello.js"></uieip>
</div>
<uieip type="file" value="inc" src="/jsvm/inc/foot.html"></uieip>
</body>
</html>
hello.js
function helloword(str){
return "hello " + str + "!";
}