网友您好, 请在下方输入框内输入要搜索的题目:
YouareemployedasthesystemadministratoratCertkiller.com.YoumakeuseofMicrosoftASP.NET3.5inordertocreateaWebapplication.YouareintheprocessofcreatingacustomservercontrolnamedTestCircle.TestCircleexistsintheCertkiller.WebControlsnamespace.
TestCirclecontainsasingleread-writepropertynamedRadiusoftypeDouble.Youdecideto
implementthecontrolasanAsynchronousJavaScriptaswellasanXML(AJAX)extendercontrolthatwillpermittheRadiuspropertytobesetinclientscript.YouthenimplementthefollowingcodeinanassociatedJavaScriptfile(Thelinenumbersareincludedforreferencepurposes):
01Type.registerNamespace("Certkiller.WebControls");
02Certkiller.WebControls.TestCircle=
19Certkiller.WebControls.TestCircle.registerClass(‘Certkiller.WebControls.TestCircle‘,
20Sys.UI.Control);
YouneedtoidentifytheRadiuspropertyintheJavaScriptfile.Youthereforeneedtodeterminethecodesegmentthatshouldbeinsertedatline17.
Whatshouldyoudo?()
参考答案