辛勤缘分

文章
5
资源
0
加入时间
3年0月21天

MIT 6.00.1X problem set

problem set 1 (1)count = 0num = 0while count < len(s): if s[count] in 'aeiou': num += 1 count += 1print('Number of vowels: '+str(num))problem set 1 (2)  find bob (can overlapping...

el表达式获取的属性有特殊符号如引号

后台传递过来的属性值中有特殊符号,如双引号,单引号等,如果用EL表达式直接取值会有问题解决方法:使用Struts2标签取值, 可直接作用于html和js中