Get element by ID in SAPUI5

来源:互联网 发布:淘宝商城如何申请 编辑:程序博客网 时间:2024/06/15 14:45
var homeItem = sap.ui.getCore().byId(current_pid);homeItem.destroy();