<script type="text/javascript">
//初始化需要json化的参数
var data = { No: No, Type: Type };
//生成字符串
JSON.stringify(data)
</script>