我有一個JavaScript文件,它返回公共方法。這個JavaScript文件在開始時並未加載,只在需要時才進行預加載。例如: (function() {
// Some privat vars and functions
var something = 'Something goes well!';
function doSomething() {
co
可能重複: What is the difference between Public, Private, Protected, and Nothing? 我有一個問題: 是什麼,這些方法類型之間的區別? Static , Public , Internal , Protected , const , void
對不起我的問題可能看起來笨拙的專業人士,但我真的想了解的差異,並順便我搜索和閱讀他
如果是使用類贊一個主類,給出了兩個代碼,例如 public class Chan extends Sprite
{
public function Chan():void
{
this.graphics.beginFill(0x123456);
this.graphics.drawRect(100,100,30,30);
}
}
而且
我有一個Public Class「General」,其中是Public Sub「updateDynamics」。當我試圖在引用該代碼隱藏頁面,像這樣: updateDynamics(get_prospect.dynamicsID)
我收到以下錯誤: reference to a non-shared member requires an object reference