perl 生成json樹

 #perl -w use strict; use Encode;  #use Encode 'from_to'; use Data::Dumper; use JSON;  my @OrgRows = ();  my %id_data = ();  my %id_chirdren = (); my $firstid = "0";  &readdata(); sub readdata(){ my $
相關文章
相關標籤/搜索