当引用 HTML 中的 DIV 时,我能否请一些帮助来调用在 Javascript 中创建的函数。
这是我的功能:
function testFunction()
{
alert("Test");
}
我希望在 HTML 中进行以下引用时调用 testFunction:
<div id="testFunction">
我可以帮忙吗?
当引用 HTML 中的 DIV 时,我能否请一些帮助来调用在 Javascript 中创建的函数。
这是我的功能:
function testFunction()
{
alert("Test");
}
我希望在 HTML 中进行以下引用时调用 testFunction:
<div id="testFunction">
我可以帮忙吗?