英勇保温杯

文章
8
资源
0
加入时间
2年10月24天

Servlet相关前端语法JSON语法JavaScriptHTML DOMAJAXJSP

JSON语法创建JSON对象:var timo ={“name”:“timo”,“hp”=600};名称要用括号,名称和值用冒号隔开。访问JSON 对象属性:document.write(“timo.name”);创建JSON数组:var heros={ {"name"="","hp"=}; {}; ...}访问JSON数组:下标JSON对象和JavaScript对...

118A - String Task

Petya started to attend programming lessons. On the first lesson his task was to write a simple program. The program was supposed to do the following: in the given string, consisting if upp...