SAP UI5和微信小程序框架里的全局变量

Posted JerryWangSAP

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SAP UI5和微信小程序框架里的全局变量相关的知识,希望对你有一定的参考价值。

SAP UI5

in global variable sap.ui there are many useful utility service available, such as current browser and os information.

技术图片

and use sap.ui.getCore().byId, we can get any UI5 control instance by its id:

技术图片

微信小程序

wx for Wechat mini program is as sap.ui for SAP UI5:

技术图片
技术图片

__wxConfig is another useful global variable for debugging purpose, cannot be used in mini program itself unfortunately.

技术图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术图片

以上是关于SAP UI5和微信小程序框架里的全局变量的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序定义全局变量globalData

微信小程序计算后,怎么赋值给变量,而且在页面中输出呢?

微信小程序全局音频播放

SAP BSP, Java Web Project,Android和微信小程序的初始页面设置

微信小程序ui框架都有哪些

微信小程序开发者工具page如何引用其他函数里的变量