i have a while loop that changes the id of each input field.
print\" 2条回答 不知归路 (楼主) 2021-01-16 11:41 Use square bracket notation instead of dot notation. foo.bar === foo['bar'] You can pass the string in a variable rather than as a literal. 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Use square bracket notation instead of dot notation.
foo.bar === foo['bar']
You can pass the string in a variable rather than as a literal.