<input type="radio" name="sex" value="2"<?php if ($this->user_info['sex'] == 2) { ?> checked="checked"<?php } ?> />
这个代码报错,报错信息是:
Multiple annotations found at this line:
- Invalid character used in text string ( /> ).
- Start tag (<input>) not closed properly, expected >.
- Invalid character used in text string (<?php if ($this->user_info['sex'] == 2) { ?>
checked="checked").
这是怎么回事?
阅读全文
收起全文