ajax使用解析Json爬过的一些坑(资源文件加载失败)将返回的数字转换为千位符

显示全部
axjx使用小结
ajax使用解析Json爬过的一些坑(资源文件加载失败)将返回的数字转换为千位符

	<table border="1px" width="100px" height="40px">
		<tr>
			<select id="year" name="year"  style="width:80px;height: height=40px">
				<option value="2018">2018</option>
				<option value="2019">2019</option>
			</select>&nbsp&nbsp&nbsp
			<select id="month" name="month" style="width:80px;">
				<option value="1">1月</option>
				<option value="2">2月</option>

			</select>
		</tr>
		<tr>
			<td colspan="2"><input type="button" onclick="jQ_send()" value="查询"></td>
		</tr>
	</table>

以上是全部代码