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和微信小程序框架里的全局变量

以上是SAP UI5和微信小程序框架里的全局变量的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>