有人能幫我理解這段代碼有什麼問題嗎? Public function Main
{
Var _myScreens:Screens = new Screens();
This.addChild(_myScreens);
}
編譯後,我得到的錯誤 Error: incorrect number of arguments expected 1
我希望有人能解釋我的for循環出了什麼問題。如果我輸入for循環if(arguments [2]){stable = rere(stable,arguments [2]);}它按預期工作。我可以有超過6個參數,並且想知道爲什麼這個循環無法正常工作。 function sym() {
function rere(a,b){
var check = [];
for(i=a
我試圖調試此代碼,但在第三種方法中,它不允許我使用不同的數據類型。在我的教科書中,該示例顯示他們使用不同的數據類型作爲參數。爲什麼它不允許我這樣做?我確信這段代碼有其他問題,但是我直到清除錯誤時才調試它們。 using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Dat
我正在嘗試創建一個允許使用參數的默認值初始化或傳遞給它的值的初始化類。此外,我希望能夠以位置或密鑰的形式傳遞這些論點。它的工作原理與keyworded參數,但是,當我嘗試提供我得到一個TypeError: __init__() takes 1 positional argument but 2 were given class Foo:
def __init__(self, *args,