摘要:
static void Main(string[] args) { var page = 1;//抓取的页数 //抓取网页资源 for (int i = 1; i <= page; i++) { string str = GetHtmlStr($"https://fabiaoqing.com/bia 阅读全文
摘要:
<input type="file" name="dddd" id="imgs"> <input type="button" onclick="ck()" value="submit" /> var reader = new FileReader(); var AllowImgFileSize = 阅读全文
摘要:
<form id="form1"> <input type="text" value="1" name="Total" /> </form> //判断序列化表单是否包含空值 var data = $("#form").serialize(); var array = data.split("&"); 阅读全文