@老虎会游泳 其实你可以尝试用dd命令去修改特定位置的数据,比如这样dd if=<(printf '\xff\xff\xff\xff') of=$file bs=1 seek=$offset conv=notrunc