(cnt)
| 153 | |
| 154 | //单位展示 |
| 155 | function CUnit(cnt) { |
| 156 | cnt = Number(cnt)>=1024? (cnt/1024).toFixed(2)+" GB " : cnt.toFixed(1)+" MB " |
| 157 | return cnt |
| 158 | } |
| 159 | |
| 160 | function NodeData(nodes,pflag){ |
| 161 | datad = "<b>TCP : </b>"+" <font color=#2874A6 > "+CUnit(Tdatad)+"⟱ </font>| <font color=#9B59B6>"+CUnit(Tdatau)+"⟰ </font> " |