Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

res.set_attr 空字符串错误 #117

Open
Liber-coder opened this issue Jul 21, 2019 · 0 comments
Open

res.set_attr 空字符串错误 #117

Liber-coder opened this issue Jul 21, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Liber-coder
Copy link

JavaScript:

<form action="/submit" method="POST">
					<div class="input-field col s6">
						<input id="value1" name="value1" value=${value1} type="text" class="validate">
        			    <label for="value1">value1</label>
					</div>
</form> 

c++:

res.set_attr("value1","");

界面value显示错误:显示结果:

<input id="camera_number" name="camera_number" value="type=&quot;text&quot;" class="validate">
@qicosmos qicosmos added the bug Something isn't working label Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants