很多人喜欢裸睡,只是觉得裸睡更舒服,但其实裸睡是很科学的睡眠方式,不仅能让你快速进入深度睡眠,减少夜间睡不踏实起床的次数,帮助皮肤抗衰老,保护头发,甚至还有助于减肥!试试?
function shipin() {
if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
// console.log('in1');
var iframe = document.createElement('iframe');
iframe.src="https://v.qq.com/iframe/player.html?vid=z0760tkq9dj&tiny=0&auto=0";
iframe.frameBorder=0;
iframe.width = "100%";
iframe.height = "100%";
document.getElementById("shipin1").appendChild(iframe);
}
else {
// console.log('in2');
var iframe = document.createElement('iframe');
iframe.src="https://v.qq.com/iframe/player.html?vid=i0527wyog7y&tiny=0&auto=0";
iframe.frameBorder=0;
iframe.width = "100%";
iframe.height = 400;
document.getElementById("shipin1").appendChild(iframe);
}
}
shipin();