This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Pkg.otherFiles=["fileA","fileB",];这种写法没有错吗?



dvsdk2.00的例子例子video_copy,Arm端应用程序的package.bld有一项内容如下:

Pkg.otherFiles = [
    "makefile",
    "in.dat",
];

倒数第二行是否多个逗号?  video_copy例子中很多脚本的风格都是最后一项没有逗号,和C语言风格一致,单单这个脚本的这一块是这样写的,故作此问。