How to operate the radio button in js or jq, set a certain value to be selected

Generally many use attr("checked",'checked').

The blogger provides another way to simulate the user, that is, the click() function to select the specified radio button value

Guess you like

Origin blog.csdn.net/weixin_37281289/article/details/109030396