简体   繁体   中英

Cannot seem to figure out this JES error, anyone know?

JES error JES错误

Code it's referring to 它所指的代码

Looks like you're trying to use the repaint function as a statement. You're missing the parenthesis on the lines:

repaint llama
repaint canvas

They should be:

repaint(llama)
repaint(canvas)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM