本地获取json

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>form post</title>
<style type="text/css">
.iframe{
 width: 70%;
 border: 1px solid #f0f0f0;
}
</style>
<script type="text/javascript" src="D:\workspace\yun_3-0-346-11_BRANCH\base\lib\jquery-1.10.1.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<form action ="http://cq01-rdqa-dev036.cq01.baidu.com:8900/rest/2.0/frontia/pbstat" method ="post" target="result_iframe">
method: <input type="text" name="method" value="query"/><br />
appid: <input type="text" name="app_id" value="405384"/><br />
stat_type: <input type="text" name="stat_type" /><br />
client_type: <input type="text" name="client_type"/><br />
date_start:<input type="text" name="date_start"/><br />
date_end:<input type="text" name="date_end"/><br />
<input type ="submit" value="ok" />
</form>
<h3>result:</h3>
<div class="iframe">
<iframe id="result_iframe" width="100%" height="300" frameborder="0"></iframe>
</div>
</body>
</html>

你可能感兴趣的:(本地获取json)