日期:2014-05-16 浏览次数:20808 次
String html = "<td width=\"20%\">";
html = html + user.username() +":</td>";
html = html + "<input type=\"input\" name=\""+user.username()+"\" id=\""+user.username() +"\"";
html = html + "\"";
html = html + "/>";
if(user.username()="张三" )
{
html =tml + "/><br/>";//<br/>换行
}