可以在自己的变量初始化中使用一行或两行。
You can use one line or two in your own variable initializations.
结构变量的每个成员被视为单独的变量初始化。
Each member of a structure variable is initialized as if it were a separate variable.
begin 部分是 VUE 脚本中用来执行变量初始化的部分。
The begin section is the section of the VUE script that is used to initialize variables.
It's how you can initialize a variable to like zero for counting's sake or something like that.
你可以初始化一个变量,像0用来,计数的或者诸如此类的。
So it's initialized outside the loop when it should be initialized inside the loop. Or conversely, inside the loop when it should be outside the loop. So look carefully at when variables are being initialized.
却忘记了,意思就是它本来应该,是在循环外初始化,但是却是在循环初始化的,所以在初始化变量的时候注意这一点。
N So, I'm initializing a variable called N to the string length of s1.
我初始化一个变量,等于s1的字符串长度。
应用推荐