awk print用法1#http://23.23.103.225:9000我想截取http://23.23.103.225:9000,用awk '{FS="#"} {print $1}'没有实现,请问怎么实现呢[解决办法]好东西[解决办法]awk -F# '{print $2}'这样也行的