Class: Book

Book(title, author)

new Book(title, author)

Represents a book.
Parameters:
Name Type Description
title string The title of the book.
author string The author of the book.
Source:

粤ICP备2025415388号