关于import的目录表示

local Player = import("…roles.Player")
这里的…表示上级目录,
如果是上两级目录该如何表示?

import("…roles.Player")
这样?

你说的对,就是这样