摘要:
打开powershell,运行:&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}安... 阅读全文
随笔档案-2015年09月
关于Jquery 序列化表单的注意事项
2015-09-14 15:40 by JerremyZhang, 286 阅读, 收藏, 编辑
摘要:
在JQuery 的serialize方法序列化表单的过程中,如果表单的name值最后有空格,会出现“+”号,查源码可见原因。这一小问题就浪费了半小时的时间,记录下来,备忘。 阅读全文