这些物品是什么?它们是纽扣吗?
如何创建其中一个?
是图像按钮吗?或者带有一些属性的按钮?
答案 0 :(得分:0)
我不知道他们究竟使用了什么,但HTML初学者可以像这样创建它:
class A {
public int id {get; set;}
public string Name {get; set;}
public string detailInfo {get; set;}
}
class B {
public string info {get; set;}
}
class C {
public string Code {get; set;}
}
class D {
public int contact {get; set;}
public int contact2 {get; set;}
public Addr {get; set;}
}
class E {
main() {
IList<A> listA= new List<A>();
IList<B> listB= new List<B>();
IList<C> listC= new List<C>();
IList<D> listC= new List<D>();
}
}
HTML code