The space before the =
is interpreted as part of the name, and the space after it (as well as the quotation marks) are interpreted as part of the value.
(=
之前的空格被解释为名称的一部分,而其后面的空格(以及引号)被解释为值的一部分。)
So the variable you've created can be referenced with %location %
. (因此,您创建的变量可以用%location %
引用。)
If that's not what you want, remove the extra space(s) in the definition. (如果这不是您想要的,请删除定义中的多余空间。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…