https://github.com/zombieyang/puerts-ts-loader/blob/67f37aa94867486303a6cdcfb9d910052a503217/upm/Runtime/NodeModuleLoader/NodeModuleLoader.cs#L13 ### 建议修改为: ```csharp _nodeModulePath = Uri.EscapeUriString(PathHelper.normalize(Path.Combine(nodeModulePath, "node_modules").Replace("\\", "/"))); ``` 建议对路径进行 URI 编码,与 JS 中使用 URL 进行编码的行为一致。