You closed the string before you should have. I'm guessing you want the literal "
in the string, so you need this:
onedata = str("& "C:\Program Files\test.test")
"
makes a literal "
character. and \
makes a literal
character. This is so that the compiler doesn't get confused between the literal meaning of a character and its syntactic meaning.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…