通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
### **BSL.AppScreen('orientation')** 调整屏幕方向,横屏,竖屏。 | 参数 | 必填 | 说明 | | --- | --- | --- | | orientation | 是 | 固定值 | ### **orientation值** | 编码 | 说明 | | --- | --- | | 1 | 竖屏 | | 2 | 横屏 | ~~~ <a href="#" onclick="BSL.AppScreen('1')">竖屏</a> <a href="#" onclick="BSL.AppScreen('2')">横屏</a> ~~~