-module(a). -compile(export_all). -extends(b). 以上,关键词 extends 就是 a模块继承了b模块,刚刚才看到,一直以为函数式语言没有继承这东西。。 同样坚强哥的文章 erlang extends