为什么URL地址以http
开头 - 应用程序在手机上启动。如果URL地址以https
开头,则应用程序无效。
let frame = $('<iframe src="http://2016.goldensite.ru/" ></iframe>');
let frame = $('<iframe src="https://www.youtube.com/embed/wyVM1evRxNw" allow-navigation href="*" ></iframe>');
在计算机上,该应用程序适用于https
和http
。