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.
我正在尝试组合两个单独的 javascript 函数的输出,但每个函数都在单独的行上。我希望它们在同一行,一旦你看到你就会明白的页面。我整天都在做这个,但我无法弄清楚。
我试图将其转换为外部 javascript 文件,但没有成功。
如果您的意思是希望每个函数的输出位于同一行,则需要将第二个函数的容器从 a 更改div为类似 a 的内容span。
div
span
改变这个:
<div id="cdcontainer"></div>
对此:
<span id="cdcontainer"></span>