Please tell me JavaScript2

Asked 1 years ago, Updated 1 years ago, 468 views

I understand that the syntax highlights are that the colors of = and console.log in JavaScript are red or blue.

As for the continuation of the previous question, is it correct that you can normally read the code without reflecting syntax highlights?If so, why can't I read JavaScript because of this error?

An error code appears as follows:

Included to load resources:net::ERR_FILE_NOT_FOUND
main.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
CORS policy blocked access to 'file://C:/Users/Users/OneDrive/js.tab/site.webmanifest' internal resources from index %E3%E3%E3%8F%E8%E3%8F%E3%8F%E3%8F%E3%8A.html:1 ORIGIN 'null':///Users/OneDrive/js.tab/webmanifest': cross-origin requests are supported only in protocol schemes: http, data, chromium extension, edge, no https trust.

src=

I'm sorry, but please let me know if you understand.

javascript vscode

2022-09-30 21:51

1 Answers

main.css:1 Failed to load resource

There seems to be an error on the first line of main.css.
Please check it out.


2022-09-30 21:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.