专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
题目17:Read the following javascript code: var someText="web2.0 .net2.0"; var pattern=/(\w+)(\d)\.(\d)/g; var outCome_exec=pattern.exec(someText); var outCome_matc=someText.match(pattern); What is outCome_exec[1] and outCome_matc[1]? Choice A: true Choice B: false [阅读全文] [PDF]
1 共1条 分1页