Open ghost opened 8 years ago
根据您的学习Link,自己调试后看到id value的三次匹配:
那个加库的问题,是最开始写UI5的时候,还不大明白整个逻辑, 应该是要在Resources里加载出来的库才行
不过这个还要再调看看
哇,你都debug到这里来了。思路完全正确。因为你没有切换到debug mode,所以你在源代码里看到的变量名都是这种单个的字母,当然很难读懂了。请你按照这个issue里提到的如何切换到debug mode下的步骤去做,然后重新切换到debug mode下,就能看到完整的变量名了。
当页面加载,
question1
Can I change below hard code ID to another value? Why?
question2
Jerry: I can specify more libraries and it works quite well. Cannot reproduce your error.
answer
See this link.