多项选择题在Dreamweaver8中,Behavior(行为)是由()构成。
单项选择题观察下面程序: class A:def f1(self,a,,b):return a*b; ob=A( ) a=5 b=6 print(ob.f1(a,b))程序输出结果为: