我不知道此代码的工作方式以及jQuery或JavaScript。
在此代码中,此$handler
符号表示什么?如果我将其替换为function helloWorld()
{
echo 'Hello World!';
}
function handle(callable $fn)
{
$fn(); // We know the parameter is callable then we execute the function.
}
handle('helloWorld'); // Outputs: Hello World!
,则表示没有输出。
另一个问题是上面声明了count及其现在的id,因此我们该如何使用
`
它是如何获得价值的,我研究了什么
'
和${count}
相同,但它适用于id,这里的计数是const而不是id。
var myElement = document.getElementById("id");
答案 0 :(得分:1)
这些是JavaScript template string literals。它们使表达式可以轻松地插入字符串中。
83,83,83 83,69,45
69,69,69 + 83,69,45
45,45,45 83,69,45