我在Flex中有以下字段:
[Bindable] public var zIndex:uint;
我试图创建方法来处理Java中的调用,结果遇到了一个问题。
1. public int getZIndex(); // Does not work.
2. public int getzIndex(); // Works.
我以为get/set后面的那封信应该是大写的?这有什么原因吗?我找不到任何文件。
我找到了一个在StackOverflow上回答,它指出第一个方法是命名访问器/变体的正确方法。
大家好,我想在我们的网站上添加微信的分享链接按钮,就像其他的一样:
<a class="skype social-icon" href="https://web.skype.com/share?url=http://example.com&text=I wanted you to see this site" target="_blank" title="Skype"><i class="fa fa-skype fa-lg"></i></a>
&