摘要:
1. Integer 型变量 a 转换成 String 时, 如果 a 是 null ,用 Integer.toString(a) 或者 a.toString() 都会报空指针异常,需要 放到 try catch 中捕获异常。 如上代码,如果 根据手机号 没有查到 Userid ,则 Userid 阅读全文
摘要:
<td style="text-align:center;"> 让表格中的字居中 style="width:75px; margin-left:1100px;" 增加同一行的两个标签的距离: margin-left:1100px 距离屏幕左边的像素距离。 <a href="#"><i class=" 阅读全文