int ihasplane(int opinput, string planename)
如果指定输入中存在名为planename的平面,则返回1。输入编号从0开始计数。
planename
opinput
要读取的输入编号,从0开始。例如,第一个输入是0,第二个输入是1,依此类推。