Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 3D 场景上放置一个 html 表单(three.js)
<FORM NAME="test"> <P>Enter your Name: <INPUT TYPE="TEXT" NAME="firstName"><BR><BR> <INPUT TYPE="Button" Value="Name" onClick="functionInput(this.form)"> </P> </FORM>
它只是出现隐藏,我该怎么办?