A.Anchor
B.Browser
C.Hypertext
D.Hyperlink
[单选题]is a clickable string or graphic that points to another Web page or document.A.LinkB.HyperlinkC.BrowserD.Anchor
[单选题]is a clickable string or graphic that points to another Web page or document.A.AnchorB.BrowserC.HypertextD.Hyperlink
[单选题]is a clickable string or graphic that points to another Web page or document.A.LinkB.AnchorC.BrowserD.Hyperlink
[单选题]______ is a clickable string or graphic that points to another Web page or document.A.LinkB.AnchorC.BrowserD.Hyperlink
[单选题] (74) is a clickable string or graphic that points to another Web page or document.(74)A. LinkB. HyperlinkC. BrowserD. Anchor
[单选题]( )is a clickable string or graphic that points to another Web page or docu
[单选题]( )is not the advantage of GERT (Graphical evaluation and review techniques)as compared with PERT (project evaluation and review techniques).A . Allowing loopingB . Allowing for dummy tasksC . Allowing branchingD . Allowing multiple project end r
[名词解释] SVG(Scalable Vector Graphic)
[试题]已知String类定义如下:class String{public:String(const char *str = NULL); // 通用构造函数String(const String &another); // 拷贝构造函数~ String(); // 析构函数String & perater =(const String &rhs); // 赋值函数private:char *m_data; // 用于保存字符串};尝试写出类的成员函数实现。
[主观题]String s = new String(xyz);创建了几个String Object