3

如果我尝试使用 LoadString 加载页面并在其中加载资源,例如:

< style>

        body {

            Background-Image:url(local://c/Background.gif);
            Background-Repeat:No-Repeat;
            Background-Size: 100% 100%;

        }

< /style>

它没有加载这个资源,它Not allowed to load local resource在控制台中给出错误。
问题:我需要做些什么来解决这个问题或者解决这个问题?
TNX

4

0 回答 0