本月博客排行
-
第1名
wy_19921005 -
第2名
java-007 -
第3名
mft8899 - Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- 青否云后端云
- kaizi1992
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- jh108020
- ganxueyun
- Xeden
- zhanjia
- wangchen.ily
- xyuma
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- ajinn
- xpenxpen
- silverend
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- java-007
- lzyfn123
- javashop
- sunj
- yeluowuhen
- lerf
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- lyndon.lin
- lyj86
- paulwong
最新文章列表
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': ...