
JAVA
kyocjg
这个作者很懒,什么都没留下…
展开
-
String和Int之间的相互转化
String和Int之间的相互转化: a1=Integer.parseInt(s1); s1=Integer.toString(a1); Object只能分步转换,先转换为string,然后通过Integer来转换成int类型2007-11-23 10:39:23 · 192 阅读 · 0 评论 -
request.getParameterValues
<form name="checkform" method="post" action="getvalue.jsp"> 你希望学习哪些程式语言:<br> <input type="checkbox" name="langtype" value="JSP">JS2007-11-23 10:41:16 · 255 阅读 · 0 评论