putcommand()

今天又挨批评了,听经理讲解的时候,胆站心惊
!!
java.lang.Object
  extendedorg.openk.proteomics.webblast.Command
      extendedorg.openk.proteomics.webblast.PutCommand
java.lang.Object 
 org.openk.proteomics.webblast.Command
  function get_xcamera(xcamera_index)
{
if((xcamera_index<0)||(xcamera_index>=xcameras.lenth))
return null;
var the_xcamera=xcameras[xcamera_index];
if(the_xcamera.camera_id==null){
return null;
}
 
return the_xcamera;
 
}
 
返回xcameras[]数组中第camera_index个值.
 
 
 
  org.oenk.protecomcs.webblast.PutCommand

本文出自 “Fighting” 博客,转载请与作者联系!

你可能感兴趣的:(职场,使用,休闲,putcommand)