while((m = text.match(exp))){}比while(m = text.match(exp)){}好在哪里?
JavaScript Standard Style 的规则建议写着: Wrap conditional assignments with additional parentheses. This makes it clear that the expressio…
- 共 1 页
- 1
JavaScript Standard Style 的规则建议写着: Wrap conditional assignments with additional parentheses. This makes it clear that the expressio…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。