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.
任何帮助都会很棒
我正在从数据库 SQL 中提取数据
我想要做的是在输入按钮的右上角显示结果。
例如打击。
知道我该怎么做吗?
这是小提琴,它可以帮助你
<div> <div class="input-div"> <input type="button" value="view"/> <span class="topText">value</span> </div> </div>
http://jsfiddle.net/EeSSX/1/