📜  如何在一个 html 标签中放置多个 javascript 函数 - Html 代码示例
📅  最后修改于: 2022-03-11 14:53:13.595000             🧑  作者: Mango
代码示例1
Use a semi-colon to separate your functions inside the tag.
Example:
You can also separate them using a comma(,)