javascript - The website is https protocol and the src inside the iframe is http protocol and cannot be displayed. Is there any other way to replace the iframe?
高洛峰2017-05-31 10:41:49
0
1
1090
The website is under https protocol and the src inside the iframe is under http protocol and cannot be displayed. Is there any other way to replace the iframe?
If you have to make the page asynchronous, you can try something called $.load. It can directly load HTML resources to a certain DOM node and should be migrated from your project. The cost is very low.
If you have to make the page asynchronous, you can try something called $.load. It can directly load HTML resources to a certain DOM node and should be migrated from your project. The cost is very low.