名称：
	write_bytes() - 将连续的位元组 (bytes) 写入档案。
语法：
	int write_bytes( string path, int start, string series );

	整数 write_bytes( 字串 路径, 整数 起始, 字串 系列 );
用法：
	write_bytes() 从档案 path 的第 start 位元组开始写入 series 连续的
	位元组。如果失败则传回 0，成功传回 1。
参考：
	write_file, read_bytes
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.May.28.	v22 版
