本月博客排行
-
第1名
steven789654 -
第2名
e_e -
第3名
yeluowuhen
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - kaizi1992
- wy_19921005
- vipbooks
- arpenker
- zysnba
- fantaxy025025
- e_e
- wallimn
- jh108020
- ganxueyun
- Xeden
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kristy_yy
- javashop
- sunj
- yeluowuhen
- ajinn
- lerf
- lemonhandsome
- chenqisdfx
- flashsing123
- xiaoxinye
- lyndon.lin
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- duanfei
- sgqt
- xiangjie88
- hudiemeng870329
- mft8899
- java_doom
- gaochunhu
- steven789654
- zw7534313
- silverend
- sichunli_030
- 深蓝传说
最新文章列表
ajax传中文参数到后台乱码问题
方法可能有好几种,自己mark一下自己用的
前台
window.location='/BillProductPreview.do?actiontype=AJAXOPENWORDFUND&file='+encodeURI(encodeURI(v_file));
后台
String filepath=(String) request.getParameter("file&q ...
struts2 ognl 正则去html标签字符串截取
<s:property value="#con.body.replaceAll('<[^>]*>','').replaceAll(#con_title,'').substring(0,100)+'...'" escape="false"/>
去html标签并去掉第一个与#con_title重复的内容,然后截取前 ...
Ext.Ajax.request 传参数 返回值
Ext.Ajax.request({
url:'service.jsp?action=addVote',
params:{
'vote_title':vote_title,'vote_startTime':vote_startTime,
'vote_endTime':vote_endTime,'vote_times': ...